home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / mac / files / ID99MENU.DIR / 00141.ls < prev    next >
Encoding:
Text File  |  1999-04-29  |  308 b   |  17 lines

  1. property s, showmyjuror
  2. global firstbigjuror, biogrid
  3.  
  4. on beginSprite me
  5.   s = me.spriteNum
  6.   showmyjuror = 0
  7.   sprite(s).locZ = 2000 + s
  8. end
  9.  
  10. on prepareFrame me
  11.   sprite(s).visible = showmyjuror and sprite(biogrid).visible
  12. end
  13.  
  14. on showbio me, thejuror
  15.   showmyjuror = thejuror = (s - firstbigjuror + 1)
  16. end
  17.